shape = (3,3) initializer = tf.initializers.GlorotUniform() var = tf.Variable(initializer(shape=shape))